Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.
シンタックス
'宣言
Public Overloads Overridable Sub AddRange( _
ByVal () As _
)
public virtual void AddRange(
[]
)
パラメータ
- items
- An array of items.
参照